home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-05 | 1.3 KB | 30 lines | [TEXT/EDIT] |
- ¿Script
-
- # Sample .startup file for MacCLI
- # The .startup file is much like Unix's .login file. It is a script of commands
- # that are performed at startup. a '#' at the beginning of the line denotes a
- # script comment.
- # note "¿Script" must be at the top of the file for MacCLI to recognise
- # it as a valid script. ¿ can be typed by option-shift-/
-
- echo-w ***************************************************************************
- echo-w * Welcome to MacCLI! *
- echo-w * The Amazing Command Line Interface Program.. *
- echo-w * For Mac!! *
- echo-w * *
- echo-w * By Astro & Thorfinn *
- echo-w * *
- echo-w ***************************************************************************
- echo-w
- echo-w * ### Please Read the Instructions file ###
- echo-w * (edit instructions)
- echo-w * Have Fun!
- echo
-
- # Put in a few startup commands
- # actually it is better to put alias's into the .console script
- # than here..
-
- # ls :
- df
-